PHY GET CLOTH STATIC

Find out if the cloth is static.

  Syntax
Return Integer=PHY GET CLOTH STATIC(ID)
  Parameters
ID
Integer
identification number of the cloth object

  Returns

a value of 1 indicates the cloth is static while 0 indicates that the cloth is dynamic

  Description

In some cases it may be useful to switch the cloth to a static state for example, when the camera / player is not close to the cloth then using processing time for it is not necessary so it can be switched to static to save processing power. Use this command to determine the current static state of the specified cloth object.

  Example Code
No example code is provided for this command